﻿#############
# Diarchy Scripted Triggers
#############

regency_for_personal_reasons_trigger = {
	custom_tooltip = {
		text = regency_for_personal_reasons_trigger.tt.cannot_govern_by_themselves
		OR = {
			AND = {
				is_adult = no
				#AGOT Modified
				#NOT = {
				#	liege = { has_diarchy_parameter = diarchy_type_is_junior_emperorship }
				#}
				trigger_if = {
					limit = { exists = liege}
					NOT = {
						liege = { has_diarchy_parameter = diarchy_type_is_junior_emperorship }
					}
				}
			}
			is_incapable = yes
			has_character_modifier = isolating_modifier
			
			has_court_position = court_whore_court_position #!#!
		}
	}
}
